home *** CD-ROM | disk | FTP | other *** search
- object SetupDlg: TSetupDlg
- Left = 246
- Top = 115
- BorderStyle = bsDialog
- Caption = 'Setup'
- ClientHeight = 217
- ClientWidth = 383
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 369
- Height = 169
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 24
- Top = 24
- Width = 68
- Height = 13
- Alignment = taRightJustify
- Caption = 'SMTP Server'
- end
- object Label2: TLabel
- Left = 24
- Top = 48
- Width = 68
- Height = 13
- Alignment = taRightJustify
- Caption = 'EMail address'
- end
- object Label3: TLabel
- Left = 24
- Top = 72
- Width = 68
- Height = 13
- Alignment = taRightJustify
- Caption = 'Name'
- end
- object Label4: TLabel
- Left = 24
- Top = 144
- Width = 68
- Height = 13
- Alignment = taRightJustify
- Caption = 'Log File Name'
- end
- object Label6: TLabel
- Left = 27
- Top = 120
- Width = 65
- Height = 13
- Alignment = taRightJustify
- Caption = 'Character Set'
- end
- object Label5: TLabel
- Left = 16
- Top = 94
- Width = 76
- Height = 13
- Alignment = taRightJustify
- Caption = 'Encoding'
- end
- object ServerEdit: TEdit
- Left = 101
- Top = 16
- Width = 265
- Height = 21
- TabOrder = 0
- end
- object UserAddressEdit: TEdit
- Left = 101
- Top = 40
- Width = 265
- Height = 21
- TabOrder = 1
- end
- object UserNameEdit: TEdit
- Left = 101
- Top = 64
- Width = 265
- Height = 21
- TabOrder = 2
- end
- object LogFileNameEdit: TEdit
- Left = 101
- Top = 136
- Width = 265
- Height = 21
- TabOrder = 5
- end
- object CharSetComboBox: TComboBox
- Left = 101
- Top = 112
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'US-ASCII'
- 'ISO-8859-1')
- TabOrder = 4
- end
- object OKButton: TButton
- Left = 216
- Top = 184
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 6
- end
- object CancelButton: TButton
- Left = 296
- Top = 184
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 7
- end
- object EncodingComboBox: TComboBox
- Left = 101
- Top = 88
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'MIME'
- 'UUCode')
- TabOrder = 3
- end
- end
-